Execute Statement
Command Prototype
iRet = Database.ExecuteSQL(objDatabase ,sql, optionArgs)
Command Description
Execute a single (add/remove/change) statement
Parameter Description
- Required Parameter
- objDatabase--Database object, a database object created using the Create Database Object command (Database.CreateDB)
- SQL--Add/remove/change a SQL statement
- Optional Parameter
- args--SQL statement parameter, the rule varies for different type of databases
- return
- iRet--The variable used to save the output of the function call